home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / intrvews / xgrab.lha / xgrab / include / cursor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-06  |  333 b   |  17 lines

  1. /**
  2.    GRAB Graph Layout and Browser System
  3.  
  4.    Copyright (c) 1986, 1988 Regents of the University of California
  5.    Copyright (c) 1989, Tera Computer Company
  6.  **/
  7.  
  8.   /* definitions for CURSOR type (C version) */
  9.  
  10. #ifndef cursor_h
  11. #define cursor_h
  12.  
  13. typedef enum {nodeC, lineC, waitC, browseC, textC, 
  14.     buttonC, mainC} CURSOR;
  15.  
  16. #endif
  17.